1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmInactive
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmInactive))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.TabControl1 = New System.Windows.Forms.TabControl()
28         Me.TabPage2 = New System.Windows.Forms.TabPage()
29         Me.listView1 = New System.Windows.Forms.ListView()
30         Me.columnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
31         Me.columnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
32         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
33         Me.Label3 = New System.Windows.Forms.Label()
34         Me.Label2 = New System.Windows.Forms.Label()
35         Me.Label4 = New System.Windows.Forms.Label()
36         Me.cmbSection = New System.Windows.Forms.ComboBox()
37         Me.cmbClass = New System.Windows.Forms.ComboBox()
38         Me.cmbSession = New System.Windows.Forms.ComboBox()
39         Me.Panel3 = New System.Windows.Forms.Panel()
40         Me.btnClose = New System.Windows.Forms.Button()
41         Me.btnUpdate = New System.Windows.Forms.Button()
42         Me.btnNew = New System.Windows.Forms.Button()
43         Me.btnSearch = New System.Windows.Forms.Button()
44         Me.Panel2 = New System.Windows.Forms.Panel()
45         Me.Label1 = New System.Windows.Forms.Label()
46         Me.txtFeeName = New System.Windows.Forms.TextBox()
47         Me.lblUser = New System.Windows.Forms.Label()
48         Me.Panel1.SuspendLayout()
49         Me.TabControl1.SuspendLayout()
50         Me.TabPage2.SuspendLayout()
51         Me.GroupBox4.SuspendLayout()
52         Me.Panel3.SuspendLayout()
53         Me.Panel2.SuspendLayout()
54         Me.SuspendLayout()
55         
'
56         
'Panel1
57         
'
58         Me.Panel1.BackColor = System.Drawing.Color.White
59         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
60         Me.Panel1.Controls.Add(Me.TabControl1)
61         Me.Panel1.Controls.Add(Me.Panel2)
62         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
63         Me.Panel1.Name =
"Panel1"
64         Me.Panel1.Size = New System.Drawing.Size(
559, 679)
65         Me.Panel1.TabIndex =
2
66         
'
67         
'TabControl1
68         
'
69         Me.TabControl1.Controls.Add(Me.TabPage2)
70         Me.TabControl1.Location = New System.Drawing.Point(
12, 76)
71         Me.TabControl1.Name =
"TabControl1"
72         Me.TabControl1.SelectedIndex =
0
73         Me.TabControl1.Size = New System.Drawing.Size(
535, 589)
74         Me.TabControl1.TabIndex =
49
75         
'
76         
'TabPage2
77         
'
78         Me.TabPage2.Controls.Add(Me.listView1)
79         Me.TabPage2.Controls.Add(Me.GroupBox4)
80         Me.TabPage2.Controls.Add(Me.Panel3)
81         Me.TabPage2.Controls.Add(Me.btnSearch)
82         Me.TabPage2.Location = New System.Drawing.Point(
4, 22)
83         Me.TabPage2.Name =
"TabPage2"
84         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
85         Me.TabPage2.Size = New System.Drawing.Size(
527, 563)
86         Me.TabPage2.TabIndex =
1
87         Me.TabPage2.Text =
"Student"
88         Me.TabPage2.UseVisualStyleBackColor = True
89         
'
90         
'listView1
91         
'
92         Me.listView1.CheckBoxes = True
93         Me.listView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader1, Me.columnHeader3})
94         Me.listView1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.listView1.GridLines = True
96         Me.listView1.Location = New System.Drawing.Point(
10, 98)
97         Me.listView1.Name =
"listView1"
98         Me.listView1.Size = New System.Drawing.Size(
356, 459)
99         Me.listView1.TabIndex =
65
100         Me.listView1.UseCompatibleStateImageBehavior = False
101         Me.listView1.View = System.Windows.Forms.View.Details
102         
'
103         
'columnHeader1
104         
'
105         Me.columnHeader1.Text =
"Admission No."
106         Me.columnHeader1.Width =
100
107         
'
108         
'columnHeader3
109         
'
110         Me.columnHeader3.Text =
"Student Name"
111         Me.columnHeader3.Width =
250
112         
'
113         
'GroupBox4
114         
'
115         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
116         Me.GroupBox4.Controls.Add(Me.Label3)
117         Me.GroupBox4.Controls.Add(Me.Label2)
118         Me.GroupBox4.Controls.Add(Me.Label4)
119         Me.GroupBox4.Controls.Add(Me.cmbSection)
120         Me.GroupBox4.Controls.Add(Me.cmbClass)
121         Me.GroupBox4.Controls.Add(Me.cmbSession)
122         Me.GroupBox4.Location = New System.Drawing.Point(
10, 10)
123         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
124         Me.GroupBox4.Name =
"GroupBox4"
125         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
126         Me.GroupBox4.Size = New System.Drawing.Size(
390, 81)
127         Me.GroupBox4.TabIndex =
45
128         Me.GroupBox4.TabStop = False
129         
'
130         
'Label3
131         
'
132         Me.Label3.AutoSize = True
133         Me.Label3.ForeColor = System.Drawing.Color.Black
134         Me.Label3.Location = New System.Drawing.Point(
272, 18)
135         Me.Label3.Name =
"Label3"
136         Me.Label3.Size = New System.Drawing.Size(
49, 13)
137         Me.Label3.TabIndex =
35
138         Me.Label3.Text =
"Section :"
139         
'
140         
'Label2
141         
'
142         Me.Label2.AutoSize = True
143         Me.Label2.ForeColor = System.Drawing.Color.Black
144         Me.Label2.Location = New System.Drawing.Point(
152, 18)
145         Me.Label2.Name =
"Label2"
146         Me.Label2.Size = New System.Drawing.Size(
38, 13)
147         Me.Label2.TabIndex =
34
148         Me.Label2.Text =
"Class :"
149         
'
150         
'Label4
151         
'
152         Me.Label4.AutoSize = True
153         Me.Label4.ForeColor = System.Drawing.Color.Black
154         Me.Label4.Location = New System.Drawing.Point(
14, 17)
155         Me.Label4.Name =
"Label4"
156         Me.Label4.Size = New System.Drawing.Size(
53, 13)
157         Me.Label4.TabIndex =
33
158         Me.Label4.Text =
"Session : "
159         
'
160         
'cmbSection
161         
'
162         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
163         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
164         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
165         Me.cmbSection.Enabled = False
166         Me.cmbSection.FormattingEnabled = True
167         Me.cmbSection.Location = New System.Drawing.Point(
275, 40)
168         Me.cmbSection.Name =
"cmbSection"
169         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
170         Me.cmbSection.TabIndex =
2
171         
'
172         
'cmbClass
173         
'
174         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
175         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
176         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
177         Me.cmbClass.Enabled = False
178         Me.cmbClass.FormattingEnabled = True
179         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
180         Me.cmbClass.Name =
"cmbClass"
181         Me.cmbClass.Size = New System.Drawing.Size(
112, 21)
182         Me.cmbClass.TabIndex =
1
183         
'
184         
'cmbSession
185         
'
186         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
187         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
188         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
189         Me.cmbSession.FormattingEnabled = True
190         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
191         Me.cmbSession.Name =
"cmbSession"
192         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
193         Me.cmbSession.TabIndex =
0
194         
'
195         
'Panel3
196         
'
197         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
198         Me.Panel3.Controls.Add(Me.btnClose)
199         Me.Panel3.Controls.Add(Me.btnUpdate)
200         Me.Panel3.Controls.Add(Me.btnNew)
201         Me.Panel3.Location = New System.Drawing.Point(
376, 98)
202         Me.Panel3.Name =
"Panel3"
203         Me.Panel3.Size = New System.Drawing.Size(
111, 113)
204         Me.Panel3.TabIndex =
41
205         
'
206         
'btnClose
207         
'
208         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
209         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
210         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.btnClose.Location = New System.Drawing.Point(
13, 75)
212         Me.btnClose.Name =
"btnClose"
213         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
214         Me.btnClose.TabIndex =
4
215         Me.btnClose.Text =
"Close"
216         Me.btnClose.UseVisualStyleBackColor = True
217         
'
218         
'btnUpdate
219         
'
220         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
221         Me.btnUpdate.Enabled = False
222         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
223         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
224         Me.btnUpdate.Location = New System.Drawing.Point(
13, 42)
225         Me.btnUpdate.Name =
"btnUpdate"
226         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
227         Me.btnUpdate.TabIndex =
2
228         Me.btnUpdate.Text =
"Inactive"
229         Me.btnUpdate.UseVisualStyleBackColor = True
230         
'
231         
'btnNew
232         
'
233         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
234         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
235         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
236         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
237         Me.btnNew.Name =
"btnNew"
238         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
239         Me.btnNew.TabIndex =
0
240         Me.btnNew.Text =
"New"
241         Me.btnNew.UseVisualStyleBackColor = True
242         
'
243         
'btnSearch
244         
'
245         Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
246         Me.btnSearch.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
247         Me.btnSearch.Location = New System.Drawing.Point(
409, 43)
248         Me.btnSearch.Name =
"btnSearch"
249         Me.btnSearch.Size = New System.Drawing.Size(
91, 28)
250         Me.btnSearch.TabIndex =
48
251         Me.btnSearch.Text =
"&Search"
252         Me.btnSearch.UseVisualStyleBackColor = True
253         
'
254         
'Panel2
255         
'
256         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
257         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
258         Me.Panel2.Controls.Add(Me.Label1)
259         Me.Panel2.Controls.Add(Me.txtFeeName)
260         Me.Panel2.Controls.Add(Me.lblUser)
261         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
262         Me.Panel2.Name =
"Panel2"
263         Me.Panel2.Size = New System.Drawing.Size(
538, 62)
264         Me.Panel2.TabIndex =
0
265         
'
266         
'Label1
267         
'
268         Me.Label1.AutoSize = True
269         Me.Label1.BackColor = System.Drawing.Color.Transparent
270         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
271         Me.Label1.ForeColor = System.Drawing.Color.White
272         Me.Label1.Location = New System.Drawing.Point(
186, 20)
273         Me.Label1.Name =
"Label1"
274         Me.Label1.Size = New System.Drawing.Size(
135, 24)
275         Me.Label1.TabIndex =
0
276         Me.Label1.Text =
"Inactive Entry"
277         
'
278         
'txtFeeName
279         
'
280         Me.txtFeeName.Location = New System.Drawing.Point(
17, 31)
281         Me.txtFeeName.Name =
"txtFeeName"
282         Me.txtFeeName.Size = New System.Drawing.Size(
81, 20)
283         Me.txtFeeName.TabIndex =
44
284         Me.txtFeeName.Visible = False
285         
'
286         
'lblUser
287         
'
288         Me.lblUser.AutoSize = True
289         Me.lblUser.Location = New System.Drawing.Point(
47, 15)
290         Me.lblUser.Name =
"lblUser"
291         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
292         Me.lblUser.TabIndex =
43
293         Me.lblUser.Text =
"Label8"
294         Me.lblUser.Visible = False
295         
'
296         
'frmInactive
297         
'
298         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
299         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
300         Me.BackColor = System.Drawing.Color.DarkSlateGray
301         Me.ClientSize = New System.Drawing.Size(
583, 705)
302         Me.Controls.Add(Me.Panel1)
303         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
304         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
305         Me.MaximizeBox = False
306         Me.MinimizeBox = False
307         Me.Name =
"frmInactive"
308         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
309         Me.Panel1.ResumeLayout(False)
310         Me.TabControl1.ResumeLayout(False)
311         Me.TabPage2.ResumeLayout(False)
312         Me.GroupBox4.ResumeLayout(False)
313         Me.GroupBox4.PerformLayout()
314         Me.Panel3.ResumeLayout(False)
315         Me.Panel2.ResumeLayout(False)
316         Me.Panel2.PerformLayout()
317         Me.ResumeLayout(False)
318
319     End Sub
320     Friend WithEvents Panel1 As System.Windows.Forms.Panel
321     Friend WithEvents Panel2 As System.Windows.Forms.Panel
322     Friend WithEvents Label1 As System.Windows.Forms.Label
323     Friend WithEvents Panel3 As System.Windows.Forms.Panel
324     Friend WithEvents btnClose As System.Windows.Forms.Button
325     Friend WithEvents btnUpdate As System.Windows.Forms.Button
326     Friend WithEvents btnNew As System.Windows.Forms.Button
327     Friend WithEvents txtFeeName As System.Windows.Forms.TextBox
328     Friend WithEvents lblUser As System.Windows.Forms.Label
329     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
330     Friend WithEvents Label3 As System.Windows.Forms.Label
331     Friend WithEvents Label2 As System.Windows.Forms.Label
332     Friend WithEvents Label4 As System.Windows.Forms.Label
333     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
334     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
335     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
336     Private WithEvents btnSearch As System.Windows.Forms.Button
337     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
338     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
339     Private WithEvents listView1 As System.Windows.Forms.ListView
340     Private WithEvents columnHeader1 As System.Windows.Forms.ColumnHeader
341     Private WithEvents columnHeader3 As System.Windows.Forms.ColumnHeader
342
343 End Class


Gõ tìm kiếm nhanh...